golang.org/x/exp/apidiff.Report.messages (method)
4 uses
golang.org/x/exp/apidiff (current package)
report.go#L20: func (r Report) messages(compatible bool) []string {
report.go#L47: return r.writeMessages(w, "Incompatible changes:", r.messages(false))
report.go#L49: return r.writeMessages(w, "", r.messages(false))
report.go#L53: return r.writeMessages(w, "Compatible changes:", r.messages(true))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)